home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spaceviews 2
/
Spaceviews 2.iso
/
pc
/
go.bat
Wrap
DOS Batch File
|
1995-01-05
|
1KB
|
39 lines
@echo off
if %1 == /W goto Install
if %1 == /w goto Install
cls
echo ..............................................
echo . .
echo . Aztech New Media Corp. .
echo . Stock Image Library .
echo . .
echo ..............................................
echo.
echo ------------- Inside WINDOWS -----------------
echo To Install this Stock Image Library within
echo Windows, start "File Manager",
echo.
echo 1) select your CD-ROM drive
echo 2) select directory "FOR_PC"
echo 3) double-clicking on "Setup.Exe"
echo ------------- Outside WINDOWS ----------------
echo If you are NOT reading this from the MSDOS
echo Shell in WINDOWS,
echo.
echo Type \GO /W and press [ENTER]
echo.
echo If you are currently running Windows, use the
echo first method of installation.
echo.
pause
goto bye
:Install
if not exist \for_pc\setup.exe goto error
win \for_pc\setup.exe
goto bye
:error
echo Error CD may not be in drive or corectly configured.
echo Please keep the CD in the drive during install.
:bye
echo Thank you for purchasing an Aztech New Media Corp. Stock Image Library.